From 7746c1bb31cf807e7ea41c4d01d90682d6d86b5d Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Tue, 5 Jun 2007 01:52:57 -0500 Subject: [PATCH] Fix path of binary --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index efa7f5b17..c684deaff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ gpsbabel (1.3.3-2) unstable; urgency=low * Added build-dep on texlive-base. Closes: #427620. + * Fixed path of binary. Closes: #427365. -- John Goerzen Tue, 05 Jun 2007 01:48:37 -0500 diff --git a/debian/rules b/debian/rules index 50146430a..3773dbf66 100755 --- a/debian/rules +++ b/debian/rules @@ -71,7 +71,7 @@ install: build dh_installdirs # Add here commands to install the package into debian/gpsbabel. - $(MAKE) install DESTDIR=$(CURDIR)/debian/gpsbabel/usr + $(MAKE) install DESTDIR=$(CURDIR)/debian/gpsbabel #install gpsbabel $(CURDIR)/debian/gpsbabel/usr/bin -- 2.30.2